home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / Xm / XmDropSiteConfigureStackingOrder.z / XmDropSiteConfigureStackingOrder
Encoding:
Text File  |  2002-10-03  |  5.5 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeCCCCoooonnnnffffiiiigggguuuurrrreeeeSSSSttttaaaacccckkkkiiiinnnnggggUUUUOOOONNNNrrrrIIIIddddXXXXXXXXeeeemmmmrrrrSSSSDDDD((((yyyyrrrr3333ssssooooXXXXttttpppp))))eeeeSSSSmmmmiiiittttVVVVeeeeCCCCoooonnnnffffiiiigggguuuurrrreeeeSSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeCCCCoooonnnnffffiiiigggguuuurrrreeeeSSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr - A Drag and Drop function
  10.           that reorders a stack of widgets that are registered drop
  11.           sites
  12.  
  13.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.           #include <Xm/DragDrop.h>
  15.           vvvvooooiiiidddd XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeCCCCoooonnnnffffiiiigggguuuurrrreeeeSSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr(
  16.           WWWWiiiiddddggggeeeetttt wwwwiiiiddddggggeeeetttt,
  17.           WWWWiiiiddddggggeeeetttt ssssiiiibbbblllliiiinnnngggg,
  18.           CCCCaaaarrrrddddiiiinnnnaaaallll ssssttttaaaacccckkkk____mmmmooooddddeeee);
  19.  
  20.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  21.           This page documents Motif 2.1.
  22.  
  23.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  24.           XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeCCCCoooonnnnffffiiiigggguuuurrrreeeeSSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr changes the stacking order
  25.           of the drop site specified by _w_i_d_g_e_t. The stacking order
  26.           controls the manner in which drag-under effects are clipped
  27.           by overlapping siblings, regardless of whether they are
  28.           active. The stack mode is relative either to the entire
  29.           stack, or to another drop site within the stack. The stack
  30.           order can be modified only if the drop sites are siblings in
  31.           both the widget and drop site hierarchy, and the widget
  32.           parent of the drop sites is registered as a composite drop
  33.           site.
  34.  
  35.           _w_i_d_g_e_t    Specifies the drop site to be restacked.
  36.  
  37.           _s_i_b_l_i_n_g   Specifies a sibling drop site for stacking
  38.                     operations. If specified, then _w_i_d_g_e_t is restacked
  39.                     relative to this drop site's stack position.
  40.  
  41.           _s_t_a_c_k__m_o_d_e
  42.                     Specifies the new stack position for the specified
  43.                     widget.  The values are XXXXmmmmAAAABBBBOOOOVVVVEEEE and XXXXmmmmBBBBEEEELLLLOOOOWWWW. If a
  44.                     sibling is specified, then _w_i_d_g_e_t is restacked as
  45.                     follows:
  46.  
  47.                     XXXXmmmmAAAABBBBOOOOVVVVEEEE   The widget is placed just above the
  48.                               sibling.
  49.  
  50.                     XXXXmmmmBBBBEEEELLLLOOOOWWWW   The widget is placed just below the
  51.                               sibling.
  52.  
  53.                     If the _s_i_b_l_i_n_g parameter is not specified, then
  54.                     _w_i_d_g_e_tis restacked as follows:
  55.  
  56.                     XXXXmmmmAAAABBBBOOOOVVVVEEEE   The widget is placed at the top of the
  57.                               stack.
  58.  
  59.                     XXXXmmmmBBBBEEEELLLLOOOOWWWW   The widget is placed at the bottom of
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeCCCCoooonnnnffffiiiigggguuuurrrreeeeSSSSttttaaaacccckkkkiiiinnnnggggUUUUOOOONNNNrrrrIIIIddddXXXXXXXXeeeemmmmrrrrSSSSDDDD((((yyyyrrrr3333ssssooooXXXXttttpppp))))eeeeSSSSmmmmiiiittttVVVVeeeeCCCCoooonnnnffffiiiigggguuuurrrreeeeSSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr((((3333XXXX))))
  71.  
  72.  
  73.  
  74.                               the stack.
  75.  
  76.           For a complete definition of DropSite and its associated
  77.           resources, see XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeee(3).
  78.  
  79.      RRRREEEELLLLAAAATTTTEEEEDDDD
  80.           XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeee(3), XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeRRRReeeettttrrrriiiieeeevvvveeee(3), and
  81.           XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeQQQQuuuueeeerrrryyyySSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr(3).
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 10/3/02)
  130.  
  131.  
  132.  
  133.